summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.c
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1998-11-11 21:54:01 +0000
committerByron Nikolaidis <byronn@insightdist.com>1998-11-11 21:54:01 +0000
commit87225ca31d1212008c47f5085f5fd4d77431cb69 (patch)
treeccb39c4cc20dfb1978a7633a3ad461b7dd569626 /src/interfaces/odbc/misc.c
parentf03729c62178890fab5ab33d721c70d3f474c512 (diff)
Update for version 06-40-0001
Diffstat (limited to 'src/interfaces/odbc/misc.c')
-rw-r--r--src/interfaces/odbc/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c
index 94a116299b1..7e1501842c6 100644
--- a/src/interfaces/odbc/misc.c
+++ b/src/interfaces/odbc/misc.c
@@ -44,7 +44,7 @@ generate_filename(char* dirname,char* prefix,char* filename)
return;
strcpy(filename,dirname);
- strcat(filename,DIRSEPARATOR);
+ strcat(filename,DIRSEPERATOR);
if(prefix != 0)
strcat(filename,prefix);
#ifndef WIN32