mirror of git://gcc.gnu.org/git/gcc.git
parent
d4a1808cf1
commit
7f98ca2249
|
@ -259,7 +259,7 @@ make_raw_shell_str( char* pz_d, tCC* pz_s, size_t smax )
|
||||||
*(pz_d++) = '\'';
|
*(pz_d++) = '\'';
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
if (((size_t) (pz_d - pz_d_start) >= smax)
|
if ((size_t) (pz_d - pz_d_start) >= smax)
|
||||||
return (char*)NULL;
|
return (char*)NULL;
|
||||||
switch (*(pz_d++) = *(pz_s++)) {
|
switch (*(pz_d++) = *(pz_s++)) {
|
||||||
case NUL:
|
case NUL:
|
||||||
|
|
Loading…
Reference in New Issue