diff options
Diffstat (limited to 'libtreefs/dir-lookup.c')
-rw-r--r-- | libtreefs/dir-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtreefs/dir-lookup.c b/libtreefs/dir-lookup.c index 80b55388..33fefe69 100644 --- a/libtreefs/dir-lookup.c +++ b/libtreefs/dir-lookup.c @@ -73,7 +73,7 @@ _treefs_s_dir_lookup (struct treefs_handle *h, { char *nextname; - assert (!lastcomp); + assert_backtrace (!lastcomp); /* Find the name of the next pathname component */ nextname = index (path, '/'); |