mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 07:50:47 +01:00
* string fixes
This commit is contained in:
parent
939f49375f
commit
3ef78dedb9
@ -68,7 +68,7 @@ end;
|
||||
|
||||
procedure tresourcefile.compile;
|
||||
var
|
||||
respath : pathstr;
|
||||
respath : dirstr;
|
||||
n : namestr;
|
||||
e : extstr;
|
||||
s,
|
||||
@ -142,7 +142,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2001-02-20 21:41:17 peter
|
||||
Revision 1.8 2001-03-13 21:01:14 peter
|
||||
* string fixes
|
||||
|
||||
Revision 1.7 2001/02/20 21:41:17 peter
|
||||
* new fixfilename, findfile for unix. Look first for lowercase, then
|
||||
NormalCase and last for UPPERCASE names.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user