lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow wcore to coexist with other windows
[lcore.git]
/
blinklist.pas
diff --git
a/blinklist.pas
b/blinklist.pas
old mode 100755
(executable)
new mode 100644
(file)
index
5ab153a
..
6ce58d8
--- a/
blinklist.pas
+++ b/
blinklist.pas
@@
-32,11
+32,11
@@
type
end;
\r
\r
tstringlinklist=class(tlinklist)
\r
- s:string;
\r
+ s:
ansi
string;
\r
end;
\r
\r
tthing=class(tlinklist)
\r
- name:string; {name/nick}
\r
+ name:
ansi
string; {name/nick}
\r
hashname:integer; {hash of name}
\r
end;
\r
\r