Menu

#5 A very little fix

open
nobody
None
5
2012-10-17
2008-11-14
Luca Cappa
No

In the file core/ibpp.h the line (about line 98)

const uint32_t Version = (3<<24) + (0<<16) + (0<8) + 0; // Version == 3.0.0.0

should be:

const uint32_t Version = (3<<24) + (0<<16) + (0<<8) + 0; // Version == 3.0.0.0

Luca

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.