is there any objection about this simple patch? if not I'll commit it in the
evening.

-- 

  Massimo Maiurana               GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
                    [Mark Twain]
From 7f2ec8bb718bf48a1f3d88891dc4430095896333 Mon Sep 17 00:00:00 2001
From: Igor Murzov <e-m...@date.by>
Date: Sun, 16 Dec 2012 01:53:21 +0400
Subject: [PATCH 2/2] Enlarge buffer for translation a bit.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

16 bytes are not enough to store strings like "12 пикселей".
---
 src/modules/conf_theme/e_int_config_fonts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_theme/e_int_config_fonts.c b/src/modules/conf_theme/e_int_config_fonts.c
index ed2677a..b5de4bb 100644
--- a/src/modules/conf_theme/e_int_config_fonts.c
+++ b/src/modules/conf_theme/e_int_config_fonts.c
@@ -285,7 +285,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
 
    for (i = 5; i < 21; i++)
      {
-        char str[16];
+        char str[64];
 
         str[0] = 0;
         snprintf(str, sizeof(str), P_("%d pixel", "%d pixels", i), i);
-- 
1.7.12.1

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to