Fossil SCM

isspace() -> fossil_isspace()

jan.nijtmans 2020-07-03 14:06 trunk
Commit 1d9e0897e3c1f34658ebcae32717cf0318b9d19810ad65ac5e35d1ec904b5e88
1 file changed +1 -1
+1 -1
--- src/fshell.c
+++ src/fshell.c
@@ -89,11 +89,11 @@
8989
i++;
9090
azArg[nArg++] = &zLine[i];
9191
for(i++; i<n && zLine[i]!=cQuote; i++){}
9292
}else{
9393
azArg[nArg++] = &zLine[i];
94
- while( i<n && !isspace(zLine[i]) ){ i++; }
94
+ while( i<n && !fossil_isspace(zLine[i]) ){ i++; }
9595
}
9696
zLine[i] = 0;
9797
}
9898
9999
/* If the --debug flag was used, display the parsed arguments */
100100
--- src/fshell.c
+++ src/fshell.c
@@ -89,11 +89,11 @@
89 i++;
90 azArg[nArg++] = &zLine[i];
91 for(i++; i<n && zLine[i]!=cQuote; i++){}
92 }else{
93 azArg[nArg++] = &zLine[i];
94 while( i<n && !isspace(zLine[i]) ){ i++; }
95 }
96 zLine[i] = 0;
97 }
98
99 /* If the --debug flag was used, display the parsed arguments */
100
--- src/fshell.c
+++ src/fshell.c
@@ -89,11 +89,11 @@
89 i++;
90 azArg[nArg++] = &zLine[i];
91 for(i++; i<n && zLine[i]!=cQuote; i++){}
92 }else{
93 azArg[nArg++] = &zLine[i];
94 while( i<n && !fossil_isspace(zLine[i]) ){ i++; }
95 }
96 zLine[i] = 0;
97 }
98
99 /* If the --debug flag was used, display the parsed arguments */
100

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button