Bug 3802 - signed/unsigned char problem
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Video
Version: GIT MASTER
Hardware: Other Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
: 2523
Depends on:
Blocks:
 
Reported: 2008-10-22 07:01 EDT by Przemysław Iskra
Modified: 2008-10-24 03:05:00 EDT
1 user (show)

See Also:


Attachments
use explicit "signed char" where needed (2.51 KB, patch)
2008-10-22 07:02 EDT, Przemysław Iskra
use explicit "signed char" where needed (820 bytes, patch)
2008-10-23 05:14 EDT, Przemysław Iskra

Description Przemysław Iskra 2008-10-22 07:01:25 EDT
There are problems with cinematics on platforms which use unsigned char as char type.
Comment 1 Przemysław Iskra 2008-10-22 07:02:17 EDT
Created attachment 1894 [details]
use explicit "signed char" where needed

The patch solves the problem.
Comment 2 Przemysław Iskra 2008-10-23 05:14:25 EDT
Created attachment 1897 [details]
use explicit "signed char" where needed

Simpler patch, I haven't noticed "signedOutput" is just a flag, no need to change type there.
Comment 3 Ludwig Nussel 2008-10-24 03:02:28 EDT
applied, thanks.
Comment 4 Ludwig Nussel 2008-10-24 03:05:00 EDT
*** Bug 2523 has been marked as a duplicate of this bug. ***