Configuration Null Reference (1 Viewer)

bergh

Portal Member
March 26, 2006
6
0
The Netherlands
There is a bug in taskscheduler.cs at line 43. It is:
if (t.Name.StartsWith("MPGuideScheduler"))
and should be:
if ((t!=null) && (t.Name.StartsWith("MPGuideScheduler")))

Please fix this.
Thanks for this nice piece of shit.

Frank
 

Paranoid Delusion

Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,062
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    bergh

    Maybe you should be talking to the Devs in the IRC.
    Always on the lookout for new talent.

    8)
     

    SteveV

    Retired Team Member
  • Premium Supporter
  • October 13, 2005
    340
    0
    Boston, Massachusetts USA
    bergh said:
    There is a bug in taskscheduler.cs at line 43. It is:
    if (t.Name.StartsWith("MPGuideScheduler"))
    and should be:
    if ((t!=null) && (t.Name.StartsWith("MPGuideScheduler")))

    Please fix this.
    Thanks for this nice piece of shit.

    Frank

    Nice attitude.
     

    bergh

    Portal Member
    March 26, 2006
    6
    0
    The Netherlands
    Relax dude. I'm not a rapper. Over here (since about five years) the meaning of some words (like wrong and shit) was completely faked (for people not in the boarding scene: opposite).
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Just goes to show us that some people have their own language that means nothing (or in this case - worse than that) except to them. Like teenagers, but with a worse attitude!
     

    Users who are viewing this thread

    Top Bottom