Comment 3 for bug 284805

Revision history for this message
rww (rww-deactivatedaccount) wrote :

Specifically, this was fixed in 6.2.13. From http://boinc.berkeley.edu/trac/wiki/VersionSix :

MGR: Fix the application name for both views. (NOTE: the data type 'char' should NOT be used within the various views. This is the classic example of how direct data access messes things up in projects with many developers. Use wxString with the PrintF method instead.)
MGR: Fix build breaks from the above changes: pass a C string, not a wxString to the PrintF method.
MGR: Fix the application name for both views. (ANSI/Unicode compatible)(VS/GCC compatible)

Debian Testing's version, 6.2.14, doesn't have this bug.