Michaël Van Canneyt 1 year ago
parent
commit
113add75cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/classes/streams.inc

+ 1 - 0
rtl/objpas/classes/streams.inc

@@ -1354,6 +1354,7 @@ end;
 constructor TFileStream.Create(const AFileName: string; Mode: Word);
 
 begin
+  // 438 = 666 octal which is rw rw rw 
   Create(AFileName,Mode,438);
 end;