浏览代码

Build break from previous commit on gh-478

Shouldn't test Linux fixes on a Windows machine...

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 年之前
父节点
当前提交
af73f591c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      system/jlib/jdebug.cpp

+ 1 - 1
system/jlib/jdebug.cpp

@@ -1153,7 +1153,7 @@ public:
         loop {
             struct dirent *ent;
             struct dirent entryMem;
-            readdir_r(dir, &entrymem, &ent);
+            readdir_r(dir, &entryMem, &ent);
             if (!ent)
                 break;
             if ((ent->d_name[0]>='0')&&(ent->d_name[0]<='9')) {