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

(-)src/config_parser.c.orig (-1 / +1 lines)
Lines 834-840 Link Here
834
834
835
				strncpy(profile_name, strstr(token, ":") + 1, MAX_STRING_LEN);
835
				strncpy(profile_name, strstr(token, ":") + 1, MAX_STRING_LEN);
836
				cpu_num = atoi(token + 3);
836
				cpu_num = atoi(token + 3);
837
				if (profile_name[0]) {
837
				if (!profile_name[0]) {
838
					clog(LOG_ERR, "Wrong format for Profile name \"%s\".\n",
838
					clog(LOG_ERR, "Wrong format for Profile name \"%s\".\n",
839
							token);
839
							token);
840
					return -1;
840
					return -1;

Return to bug 410037