Archive for July 14th, 2008
Would you believe more GNUMP3d?
by crazyskills on Jul.14, 2008, under announcement
Alright. Seems that defining the variables didn’t take care of the problem as I hoped it would. So what I have done now is disable the warnings for uninitialized variables using:
no warnings ‘uninitialized’;
This makes the server respond to requests MUCH faster, not spitting out 850 warnings everytime a user pulls up the track list in their browser. So far no ill-affects. We’ll keep ya posted.
:Orb