comparison src/impl/fs_impl_private.cbc @ 314:eb62acc627f1

continue fix goto
author menikon
date Wed, 05 Feb 2020 16:48:45 +0900
parents 9d7787e4e214
children 66a6aedf60f9
comparison
equal deleted inserted replaced
313:9d7787e4e214 314:eb62acc627f1
250 goto panic(...); 250 goto panic(...);
251 */ 251 */
252 } 252 }
253 253
254 if (de->inum == 0) { 254 if (de->inum == 0) {
255 /* 255 off += sizeof(de);
256 coninue; 256 goto dirlookup_loopcheck(fs_impl, dp, name, poff, de, next(...));
257 */
258 } 257 }
259 258
260 if (namecmp(name, de->name) == 0) { 259 if (namecmp(name, de->name) == 0) {
261 // entry matches path element 260 // entry matches path element
262 if (poff) { 261 if (poff) {