From d9e7f2c591e37b3d87a58eb14b816698b7831383 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 28 May 2013 08:33:47 +0000 Subject: [PATCH] 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" --- src/DriverUNV/UNV_Utilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2