if (0 == hits) {
// No results, empty xmlResults and return
sprintf (xmlResult, "");
return 0;
}
Disabling it solves the memory problem - I wonder why?
A little bit of the day-to-day and behind-the-scenes of my work as a PhD student in Computer Science at Columbia University.
if (0 == hits) {
// No results, empty xmlResults and return
sprintf (xmlResult, "");
return 0;
}
No comments:
Post a Comment