*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990722-10:50 EDT Paul Tucker <ptucker@sympatico.ca>
|
||||
*source/rtl/dir.c
|
||||
* corrected hang when passing a second param to dirtest.
|
||||
|
||||
19990722-16:30 GMT+2 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/compiler/harbour.y
|
||||
|
||||
@@ -300,7 +300,11 @@ HARBOUR HB_DIRECTORY( void )
|
||||
if( arg2_it && hb_parclen(2) >= 1)
|
||||
{
|
||||
strcpy(string, hb_parc(2));
|
||||
while (*pos != '\0') *pos = toupper(*pos);
|
||||
while (*pos != '\0')
|
||||
{
|
||||
*pos = toupper(*pos);
|
||||
pos++;
|
||||
}
|
||||
pos = strchr(string,*aatrib);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user