]> mj.ucw.cz Git - libucw.git/blobdiff - lib/string.c
Added thread_id to ucwlib_context.
[libucw.git] / lib / string.c
index 6a1f1d2da432b7a05855c860c7f605cb8d9aca5f..454910252f57c70246579e084eb50e96c016befe 100644 (file)
@@ -72,4 +72,3 @@ str_unesc(byte *d, byte *s)
   *d = 0;
   return d;
 }
-