作図ソフト dia の改良版
修訂 | b49807dd2bf9dbcaa3996a12acbe727cd2dc60c8 (tree) |
---|---|
時間 | 2014-10-04 18:43:25 |
作者 | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
[warningectomy] more '%' conversions than data arguments
xfig-import.c:1062:78: warning: more '%' conversions than data arguments [-Wformat]
@@ -1059,7 +1059,7 @@ fig_read_object(FILE *file, DiaContext *ctx) | ||
1059 | 1059 | Color color; |
1060 | 1060 | |
1061 | 1061 | if (fscanf(file, " %d #%xd", &colornumber, &colorvalues) != 2) { |
1062 | - dia_context_add_message_with_errno(ctx, errno, _("Couldn't read color: %s\n")); | |
1062 | + dia_context_add_message_with_errno(ctx, errno, _("Couldn't read color\n")); | |
1063 | 1063 | return FALSE; |
1064 | 1064 | } |
1065 | 1065 |