ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

Check return codes everywhere #884

Closed elfring closed 11 years ago

elfring commented 11 years ago

I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing.

Would you like to add more error handling for return values from functions like the following?

SkyFire commented 11 years ago

This is a bug tracker not a suggestion forum. If you wish to offer a suggestion you can do 1 of 2 different things.

  1. Make an account in the forum under the appropriate section then post your suggestion.
  2. Make a fork and modify the code to your liking and then make a pull request to share with the rest of the community.

Thanks.