[BACK]Return to gpt.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / gpt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sbin/gpt/gpt.c between version 1.70.4.2 and 1.70.4.3

version 1.70.4.2, 2018/05/04 16:24:46 version 1.70.4.3, 2018/10/15 08:04:04
Line 1043  gpt_change_ent(gpt_t gpt, const struct g
Line 1043  gpt_change_ent(gpt_t gpt, const struct g
                         utf16_to_utf8(ent->ent_name,                          utf16_to_utf8(ent->ent_name,
                             __arraycount(ent->ent_name),                              __arraycount(ent->ent_name),
                             utfbuf, __arraycount(utfbuf));                              utfbuf, __arraycount(utfbuf));
                         if (strcmp((char *)find->label, (char *)utfbuf) == 0)                          if (strcmp((char *)find->label, (char *)utfbuf) != 0)
                                 continue;                                  continue;
                 }                  }
   

Legend:
Removed from v.1.70.4.2  
changed lines
  Added in v.1.70.4.3

CVSweb <webmaster@jp.NetBSD.org>