Browse Source

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 years ago
parent
commit
af73f591c8
1 changed files with 1 additions and 1 deletions
  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')) {