Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 753950 | Differences between
and this patch

Collapse All | Expand All

(-)ucon64-2.2.1-src/src/libdiscmage/misc.c (-1 / +1 lines)
Lines 1874-1880 Link Here
1874
1874
1875
          if (strpos == pos_1st_esc)
1875
          if (strpos == pos_1st_esc)
1876
            setindex = 0;                       // reset argument pointer
1876
            setindex = 0;                       // reset argument pointer
1877
          if (pos_1st_esc == (unsigned int) -1)
1877
          if (pos_1st_esc == (size_t) -1)
1878
            pos_1st_esc = strpos;
1878
            pos_1st_esc = strpos;
1879
1879
1880
          set = sets[setindex].data;            // get next set of characters
1880
          set = sets[setindex].data;            // get next set of characters
(-)ucon64-2.2.1-src/src/misc/misc.c (-1 / +1 lines)
Lines 501-507 Link Here
501
501
502
          if (strpos == pos_1st_esc)
502
          if (strpos == pos_1st_esc)
503
            setindex = 0;                       // reset argument pointer
503
            setindex = 0;                       // reset argument pointer
504
          if (pos_1st_esc == (unsigned int) -1)
504
          if (pos_1st_esc == (size_t) -1)
505
            pos_1st_esc = strpos;
505
            pos_1st_esc = strpos;
506
506
507
          set = sets[setindex].data;            // get next set of characters
507
          set = sets[setindex].data;            // get next set of characters

Return to bug 753950