]> git.p6c8.net - devedit.git/blobdiff - modules/Command.pm
Some small changes
[devedit.git] / modules / Command.pm
index 8e4716365ea22c0c082755da4f0fc7bb8b205db5..a25f8f084113268d851fbc8d71abd6d9cee80493 100644 (file)
@@ -6,7 +6,7 @@ package Command;
 # Execute Dev-Editor's commands
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-07-28
+# Last modified: 2004-08-02
 #
 
 use strict;
@@ -772,7 +772,7 @@ sub exec_chprop($$)
    }
    else
    {
-    my @stat     = lstat($physical);
+    my @stat     = stat($physical);
 
     my $mode     = $stat[2];
     my $mode_oct = substr(sprintf("%04o",$mode),-4);

patrick-canterino.de