diff options
author | louie <lshprung@yahoo.com> | 2020-06-27 10:31:53 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-06-27 10:31:53 -0700 |
commit | 7b9771701e55592d9aeffaa78fe827ff73ef65ac (patch) | |
tree | 8537b4e6cdcad60887337b54ee4ee46b8e640520 /entry.c | |
parent | 0eb46442f5541f365ebb327375b9e5992194fbd8 (diff) |
Added ability to set flags in config
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -42,8 +42,6 @@ ENTRY *create_entry(char *new_name, char *new_path){ strcpy(new->name, new_name); strcpy(new->path, adjusted_path); - printf("1 DEBUG: %s\n", adjusted_path); - printf("2 DEBUG: %s\n", adjusted_path); new->next = NULL; return new; |