blob: 487a26ba1644272e4176a2f6c10a62eb3397bb43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/w_dir.c.orig 2017-10-08 18:52:17 UTC
+++ src/w_dir.c
@@ -174,7 +174,7 @@ ShowHidden(Widget w, XtPointer client_data, XtPointer
/* if the export dir diverged from the file dir, leave it there */
void
-update_file_export_dir(const char *restrict dir)
+update_file_export_dir(const char *dir)
{
if (!strcmp(cur_file_dir, cur_export_dir))
strcpy(cur_export_dir, dir);
|