View | Details | Raw Unified | Return to bug 81495 | Differences between
and this patch

Collapse All | Expand All

(-)src/usr.bin/hexdump/parse.c (+4 lines)
Lines 383-388 isint2: switch(fu->bcnt) { Link Here
383
					badconv(p1);
383
					badconv(p1);
384
				}
384
				}
385
				break;
385
				break;
386
			case '%':
387
				/* skip over '%' */
388
				pr->flags = F_ADDRESS;
389
				break;
386
			default:
390
			default:
387
				p1[1] = '\0';
391
				p1[1] = '\0';
388
				badconv(p1);
392
				badconv(p1);

Return to bug 81495