Commit fea09cd8 authored by Bandana's avatar Bandana

upload persistentStorage.c

parent b37483a2
......@@ -614,7 +614,7 @@ string GETT(char * key){
sp=sp+1;
}
record[sp]='\0';
string result=record;
string result(record);
// char *recor=record;
// return recor;
pthread_mutex_lock(&m);
......
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