From: Jan P. <pa...@us...> - 2007-12-15 16:42:20
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5905/pentax Modified Files: mnote-pentax-entry.c Log Message: Some items did not get translated Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- mnote-pentax-entry.c 14 Nov 2007 05:27:19 -0000 1.15 +++ mnote-pentax-entry.c 15 Dec 2007 16:42:15 -0000 1.16 @@ -359,7 +359,7 @@ mnote_pentax_entry_get_value (MnotePenta _("Internal error (unknown value %i)"), vs); break; } - strncpy (val, items[i].elem[j].string, maxlen); + strncpy (val, _(items[i].elem[j].string), maxlen); } else { /* Two-component values */ CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen); |