Changeset 28388


Ignore:
Timestamp:
04/03/14 16:04:21 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r28387 r28388  
    45814581                        if(ret2 != NULL && count2 > 1)
    45824582                        {
    4583                                 if(ret2[1].part != NULL && ostrcmp(ret2[0].part, "dualboot") != 0)
     4583                                if(ret2[1].part != NULL && ostrcmp(ret2[0].part, "dualboot") != NULL)
    45844584                                {
    45854585                                        debug(77, "add %s: %s", ret2[0].part, ret2[1].part);
Note: See TracChangeset for help on using the changeset viewer.