Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73072
Collapse All | Expand All

(-) (-2 / +3 lines)
Line  Link Here
-- entry.c.orig     2004-08-27 20:09:34.000000000 +0200
Lines 336-342 Link Here
336
336
337
	/* If the first character of the command is '-' it is a cron option.
337
	/* If the first character of the command is '-' it is a cron option.
338
	 */
338
	 */
339
	while ((ch = get_char(file)) == '-') {
339
	Skip_Blanks(ch, file)
340
	ch = get_char(file);
341
	while (ch == '-') {
340
		switch (ch = get_char(file)) {
342
		switch (ch = get_char(file)) {
341
		case 'q':
343
		case 'q':
342
			e->flags |= DONT_LOG;
344
			e->flags |= DONT_LOG;

Return to bug 73072