summarylogtreecommitdiffstats
path: root/fix_videovisage.patch
blob: e9c89993c38a6d5af31b62e1dd8138fe5b38a069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git src/uti_phgrm/CPP_VideoVisage.cpp.cp src/uti_phgrm/CPP_VideoVisage.cpp
index 6990f5873..66e337c4e 100644
--- src/uti_phgrm/CPP_VideoVisage.cpp.cp
+++ src/uti_phgrm/CPP_VideoVisage.cpp
@@ -43,7 +43,7 @@ Header-MicMac-eLiSe-25/06/2007*/
 
 std::string Str5OfInt(int aK)
 {
-    char aBuf[10];
+    char aBuf[11];
     sprintf(aBuf,"%05d",aK);
 
     return aBuf;