Commit 805ada4f authored by Nilesh Jagdish's avatar Nilesh Jagdish

Modified some files

parent 4ce1dc09
......@@ -120,6 +120,8 @@ string GET(string key) {
}
return value;
}
string s(1, (char)200);
ans = s + ans;
return ans;
}
......
......@@ -639,7 +639,8 @@ string GETT(char * key){
}
pthread_mutex_unlock(&m);
string s(1, (char)200);
result = s + result;
return result;
......
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