lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed incorrect executable status from files
[lcore.git]
/
unixstuff.inc
diff --git
a/unixstuff.inc
b/unixstuff.inc
old mode 100755
(executable)
new mode 100644
(file)
index
b522c74
..
dca63ce
--- a/
unixstuff.inc
+++ b/
unixstuff.inc
@@
-47,7
+47,7
@@
var
\r
p : ppchar;
\r
begin
\r
- p := unixutil.StringToPPChar(Todo,
1
);
\r
+ p := unixutil.StringToPPChar(Todo,
0
);
\r
if (p=nil) or (p^=nil) then exit;
\r
fpexecv(p^,p);
\r
end;
\r
@@
-168,4
+168,4
@@
\r
{$endif}
\r
\r
-
\ No newline at end of file
+
\r