Fix .z suffix for intrumented download stats once more

svn:r15316
This commit is contained in:
Peter Palfrader
2008-06-16 22:40:26 +00:00
parent 6880df52eb
commit efeea9f6de
+1 -1
View File
@@ -2201,7 +2201,7 @@ note_client_request(int purpose, int compressed, size_t bytes)
}
if (kind) {
key = tor_malloc(256);
tor_snprintf(key, 256, "%s%s", kind, compressed?"":".z");
tor_snprintf(key, 256, "%s%s", kind, compressed?".z":"");
} else {
key = tor_malloc(256);
tor_snprintf(key, 256, "unknown purpose (%d)%s",