Skip to content

Home News Screenshots Wiki Themes Bugtracker Members Logos Search
  You are not logged in Link icon Log in Link icon Join
You are here: Home » Bugs, issues and feature requests collector » themec can't represent contants larger than 0x80000000

Log in
 

Issue 10 of Bugs, issues and feature requests collector [pgui]

Title: themec can't represent contants larger than 0x80000000
Status: Pending Security related: No
Description: Due to a signed/unsigned bug in themec, constants larger than 0x80000000 can't be directly represented. This has been worked around in many themes by ...
From: micah on Apr 10, 03 05:50
micah Last update: ~
Topic/class: themes/tools/bug Importance: medium
Version info: Latest CVS
 
Transcript for Issue 10 (1 )
= Request - Entry #1 by micah on Apr 10, 2003 5:50 am

Due to a signed/unsigned bug in themec, constants larger than 0x80000000 can't be directly represented. This has been worked around in many themes by substituting 0x80000000 for PGCF_ALPHA, which doesn't suffer from the same problem.