2
0
Эх сурвалжийг харах

* Patch for inotify_event struct. Fixes issue #40860

Michaël Van Canneyt 1 сар өмнө
parent
commit
dd01c88f94
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rtl/linux/linux.pp

+ 1 - 1
rtl/linux/linux.pp

@@ -410,7 +410,7 @@ Type
     mask   : cuint32;
     cookie : cuint32;
     len    : cuint32;
-    name   : AnsiChar;
+    name   : record end;
   end;
   Pinotify_event = ^inotify_event;