You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
313 B
12 lines
313 B
16 years ago
|
--- busybox-1.7.4.orig/libbb/simplify_path.c 2007-09-03 06:48:42.000000000 -0500
|
||
|
+++ busybox-1.7.4/libbb/simplify_path.c 2008-11-13 14:58:24.000000000 -0600
|
||
|
@@ -13,6 +13,8 @@
|
||
|
{
|
||
|
char *s, *start, *p;
|
||
|
|
||
|
+ printf("bb_simplify_path(): path='%s'\n", path);
|
||
|
+
|
||
|
if (path[0] == '/')
|
||
|
start = xstrdup(path);
|
||
|
else {
|