Skip to content

Commit

Permalink
.s to .data()
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 15, 2018
1 parent cdd74d1 commit 40a4d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion supersqlite/third_party/sqlite3/icu_unix/udata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ doOpenChoice(const char *path, const char *type, const char *name,
*p = U_FILE_SEP_CHAR;
}
#if defined (UDATA_DEBUG)
fprintf(stderr, "Changed path from [%s] to [%s]\n", path, altSepPath.s);
fprintf(stderr, "Changed path from [%s] to [%s]\n", path, altSepPath.data());
#endif
path = altSepPath.data();
}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '0', '39')
__version_info__ = ('0', '0', '40')
__version__ = '.'.join(__version_info__)

0 comments on commit 40a4d0f

Please sign in to comment.