correct connect.c next changes for dos83
All checks were successful
Source release / source-package (push) Successful in 43s

This commit is contained in:
Mario Fetka
2026-05-20 08:34:09 +02:00
parent 2eab5f71c7
commit 7c26c66ac7

View File

@@ -593,6 +593,7 @@ static int func_search_entry(NW_PATH *nwpath, int attrib,
if (f != (DIR*)NULL) {
char *kpath=xkpath+strlen(xkpath);
*kpath++ = '/';
*kpath = '\0';
while ((dirbuff = readdir(f)) != (struct dirent*)NULL){
okflag = 0;
if (dirbuff->d_ino) {
@@ -678,6 +679,7 @@ static int get_dir_entry(NW_PATH *nwpath,
if (f != (DIR*)NULL) {
char *kpath=xkpath+strlen(xkpath);
*kpath++ = '/';
*kpath = '\0';
if (*sequence == MAX_U16) *sequence = 0;
while (akt_sequence++ < *sequence) {