瀏覽代碼

fix identifier mistake :(

Nick Mathewson 7 年之前
父節點
當前提交
019b7ddb9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/compat_time.c

+ 1 - 1
src/common/compat_time.c

@@ -484,7 +484,7 @@ monotime_diff_nsec(const monotime_t *start,
 #ifdef _WIN32
   printf(I64_FORMAT" res\n", I64_PRINTF_ARG(result));
 #endif
-  return res;
+  return result;
 }
 
 int64_t