mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-21 00:24:07 +00:00
done
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@761 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -385,7 +385,7 @@ static void scan(MwWidget handle, const char* path, int record) {
|
||||
qsort(fc->entries, arrlen(fc->entries), sizeof(MwDirectoryEntry*), qsort_files);
|
||||
|
||||
if(record) {
|
||||
char* str = MwStringDupliacte(path);
|
||||
char* str = MwStringDuplicate(path);
|
||||
|
||||
while(arrlen(fc->history) > fc->history_seek) {
|
||||
free(fc->history[fc->history_seek]);
|
||||
@@ -403,7 +403,7 @@ static void scan(MwWidget handle, const char* path, int record) {
|
||||
}
|
||||
|
||||
if(fc->path != NULL) free(fc->path);
|
||||
fc->path = MwStringDupliacte(path);
|
||||
fc->path = MwStringDuplicate(path);
|
||||
|
||||
MwVaApply(fc->addr,
|
||||
MwNtext, path,
|
||||
|
||||
Reference in New Issue
Block a user