From: eap Date: Tue, 28 May 2013 08:33:47 +0000 (+0000) Subject: 0022218: EDF 2638 SMESH: Issue when importing UNV file X-Git-Tag: V7_3_0a1~398 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=d9e7f2c591e37b3d87a58eb14b816698b7831383;ds=sidebyside 0022218: EDF 2638 SMESH: Issue when importing UNV file - const size_t theMaxLineLen = 82; + const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n" --- diff --git a/src/DriverUNV/UNV_Utilities.hxx b/src/DriverUNV/UNV_Utilities.hxx index 049e04e8f..50a53a75f 100644 --- a/src/DriverUNV/UNV_Utilities.hxx +++ b/src/DriverUNV/UNV_Utilities.hxx @@ -36,7 +36,7 @@ namespace UNV{ using namespace std; - const size_t theMaxLineLen = 82; + const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n" class MESHDRIVERUNV_EXPORT PrefixPrinter{ static int myCounter;