mirror of https://github.com/facebook/rocksdb.git
fix type in C simple example
This commit is contained in:
parent
0a9a7e753c
commit
9c34d5e361
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <unistd.h> // sysconf() - get CPU count
|
||||
|
||||
char DBPath[] = "/tmp/rocksdb_simple_example";
|
||||
const char DBPath[] = "/tmp/rocksdb_simple_example";
|
||||
|
||||
int main (int argc, char **argv) {
|
||||
rocksdb_t *db;
|
||||
|
|
Loading…
Reference in New Issue