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