aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/src
diff options
context:
space:
mode:
Diffstat (limited to 'c_implementation/src')
-rw-r--r--c_implementation/src/akfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_implementation/src/akfs.c b/c_implementation/src/akfs.c
index a71a003..967a612 100644
--- a/c_implementation/src/akfs.c
+++ b/c_implementation/src/akfs.c
@@ -333,7 +333,7 @@ int ak_fs_open_map_v3(char* maphash)
//char *mapsdir = "/home/kaotisk/.arching-kaos/akfs/maps/";
//strncat(mapsdir, maphash);
// printf("%s\n", mapsdir);
- exit(1);
+ // exit(1);
return 0;
}
else