Commit 23b9b3d1 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

refs #5206 get file.c compiling on lex2

git-svn-id: file:///svn/toku/tokudb@45910 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0e3fbcab
......@@ -454,7 +454,7 @@ toku_fsync_directory(const char *fname) {
int result = 0;
// extract dirname from fname
char *sp = strrchr(fname, '/');
const char *sp = strrchr(fname, '/');
size_t len;
char *dirname = NULL;
if (sp) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment