~fuzzgun/fin/trunk

« back to all changes in this revision

Viewing changes to src/search.c

  • Committer: Bob Mottram
  • Date: 2012-10-07 19:54:54 UTC
  • Revision ID: fuzzgun@gmail.com-20121007195454-xv6xvfye16d442ib
tidying

Show diffs side-by-side

added added

removed removed

Lines of Context:
648
648
                                                search_string,account);
649
649
 
650
650
                                /* if a custom title has been specified */
651
 
                                if (title!=0) {
 
651
                                if (strlen(title)!=0) {
652
652
                                        sprintf(titlestr,"%s",title);
653
653
                                }
654
654