diff options
Diffstat (limited to 'packer.c')
-rw-r--r-- | packer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ int main(int argc, const char** argv) { print_err("Hash table error.\n"); return 5; } - strcpy(e->name, argv[i + 3] + strlen(workingdir) + strlen(dsep)); + strcpy(e->name, argv[i + 3]); } fwrite(magic, 1, 4, outfile); fwrite(&pack->file_count, 1, 4, outfile); |