mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
PR: 228124 Submitted by: <mjl@luckie.org.nz> (maintainer) Reported by: Pierre David <pdagog@gmail.com> Relnotes: http://mcj.sourceforge.net/frm_new_features.html http://mcj.sourceforge.net/frm_bugs_fixed.html
11 lines
385 B
C
11 lines
385 B
C
--- 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);
|