Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273990
Collapse All | Expand All

(-)LinNeighborhood-0.6.5.orig/src/smbbrowse.c (-1 / +1 lines)
Lines 368-378 Link Here
368
        break;
368
        break;
369
      case search_entry: 
369
      case search_entry: 
370
        if(browsedat->linepos>=browsedat->master1pos &&  /*no master allowed*/
370
        if(browsedat->linepos>=browsedat->master1pos &&  /*no master allowed*/
371
#ifdef EXPANDTABS
371
#ifdef EXPANDTABS
372
           !strncmp(browsedat->linebuf,"    ",4))
372
           !strncmp(browsedat->linebuf,"    ",4))
373
#elif
373
#else
374
           browsedat->linebuf[0]=='\t')
374
           browsedat->linebuf[0]=='\t')
375
#endif
375
#endif
376
        {
376
        {
377
        groupmasterentry=g_malloc(sizeof(GROUPMASTER_STRUCT));
377
        groupmasterentry=g_malloc(sizeof(GROUPMASTER_STRUCT));
378
        copyentrystr(groupmasterentry->group_name,browsedat->linebuf,
378
        copyentrystr(groupmasterentry->group_name,browsedat->linebuf,

Return to bug 273990