a better singlepass

This commit is contained in:
2021-01-14 14:15:42 +01:00
parent 8a1b164ea7
commit 6a53282cd9
5 changed files with 16 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg);
strncpy(line, destination, 100);
if ('/' != line[strlen(line)-1]) {
fprintf(stderr, "adding '/'\n");
// fprintf(stderr, "adding '/'\n");
strcat(line, "/");
}