Changeset 30108


Ignore:
Timestamp:
09/25/14 10:56:11 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpd.h

    r30099 r30108  
    627627                                        {
    628628                                                char* tmpstr1 = string_resub("_(\"", "\")", tmphtml, 0);
     629                                                if(tmpstr1 == NULL)
     630                                                {
     631                                                        debug(250, "Skip  string: %s", tmpstr1);
     632                                                        break;
     633                                                }
    629634                                                char* tmpstr2 = ostrcat("_(\"", tmpstr1, 0, 0);
    630635                                                tmpstr2 = ostrcat(tmpstr2, "\")", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.