diff options
Diffstat (limited to 'base/gp_dosfs.c')
-rw-r--r-- | base/gp_dosfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gp_dosfs.c b/base/gp_dosfs.c index 47db3e49..cd143535 100644 --- a/base/gp_dosfs.c +++ b/base/gp_dosfs.c @@ -64,7 +64,7 @@ const char gp_file_name_list_separator = ';'; /* Define the string to be concatenated with the file mode */ /* for opening files without end-of-line conversion. */ -const char gp_fmode_binary_suffix[] = "b"; +const char* gp_fmode_binary_suffix = "b"; /* Define the file modes for binary reading or writing. */ const char gp_fmode_rb[] = "rb"; |