help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Small Bug


From: Alexander Lazarevic
Subject: [Help-smalltalk] Small Bug
Date: Wed, 17 Apr 2002 19:22:05 +0200

Hi!

I think I found a bug in Directory.st

--- kernel/Directory.st~        Fri Jan  4 21:21:33 2002
+++ kernel/Directory.st Wed Apr 17 19:17:43 2002
@@ -55,7 +55,7 @@
         defineCFunc: 'mkdir'
         withSelectorArgs: 'primCreate: dirName mode: mode'
         returning: #void
-        args: #(#string).
+        args: #(#string #int).

 Directory class
         defineCFunc: 'getCurDirName'

Seems to work.

Alex
-- 
"The fingers you have used to dial are too fat. To obtain a special
dialing wand, please mash the keypad with your palm now."  -- operator



reply via email to

[Prev in Thread] Current Thread [Next in Thread]