Search found 2 matches

by ILikeCheese
Fri Aug 20, 2004 5:23 pm
Forum: MQ2::Bug Reports
Topic: Compile Error
Replies: 2
Views: 982

Something wrong with your source... mine reads:

Code: Select all

			if (!strcmp(pSection,"-1"))
				pSection=0;
			if (pKey=strtok(NULL,","))
			{
				if (!strcmp(pKey,"-1"))
					pKey=0;
				pDefault=strtok(NULL,"¦");
				if (!pDefault)
					pDefault="";
			}
by ILikeCheese
Sat Aug 14, 2004 10:11 am
Forum: MQ2::Help
Topic: plugin not responding
Replies: 11
Views: 2103

PEBKAC = Problem Exists Between Keyboard And Chair.