EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   Typo? (https://www.eqemulator.org/forums/showthread.php?t=30196)

joligario 12-28-2009 09:26 PM

Typo?
 
/common/crc32.cpp at line 175:

Code:

#elif defined(i386)

joligario 12-28-2009 10:10 PM

Possible Another?
 
/world/EQW.cpp at line 123

Code:

for(; cur != end; cur++) {

joligario 12-28-2009 10:15 PM

Maybe not on that 2nd one, because there seems to be a few of those. Maybe that is a valid for loop? Man, I need to learn C++ better...

KLS 12-28-2009 10:52 PM

Neither are typos.

Elif is c-preprocessor and for doesn't require you initialize anything but you still need the semicolon.

joligario 12-28-2009 11:18 PM

K, thanks Kimmy


All times are GMT -4. The time now is 01:57 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.