From: Jan P. <pa...@us...> - 2007-12-15 16:47:51
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8398/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.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- mnote-pentax-entry.c 15 Dec 2007 16:42:15 -0000 1.16 +++ mnote-pentax-entry.c 15 Dec 2007 16:47:47 -0000 1.17 @@ -383,7 +383,7 @@ mnote_pentax_entry_get_value (MnotePenta _("Internal error (unknown value %i %i)"), vs, vs2); break; } - strncpy (val, items2[i].elem[j].string, maxlen); + strncpy (val, _(items2[i].elem[j].string), maxlen); } break; |