Commit ba803ed3 authored by Lev Walkin's avatar Lev Walkin

removed debugging

parent 79f5495a
......@@ -54,7 +54,6 @@ a1c_dirname(const char *path) {
/* One-pass determination of the last char of the pathname */
for(pend = path; ; pend++) {
printf("-%c", *pend);
switch(*pend) {
case '\0': break;
case '/':
......@@ -69,7 +68,6 @@ a1c_dirname(const char *path) {
}
break;
}
printf("\n");
if(last <= path) {
strcpy(strbuf, *path == '/' ? "/" : ".");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment