Browse Source

svn: 1334

Bryan Drewery 22 năm trước cách đây
mục cha
commit
098d9de5d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/misc_file.h

+ 1 - 1
src/misc_file.h

@@ -26,8 +26,8 @@ class Tempfile
     ~Tempfile();				//destructor
 
     FILE *f;
-    int fd;
     char *file;
+    int fd;
     size_t len;
   private:
     void MakeTemp();				//Used for mktemp() and checking