db-move: moved libdmapsharing from [testing] to [extra] (x86_64)
[arch-packages.git] / vi / repos / core-x86_64 / fix-tubesize-short-overflow.patch
blob46cc2af28b6a4d816c220c2e1c1c1d1fe571a7a8
1 diff -upr ex-070224.orig/ex_vis.h ex-070224/ex_vis.h
2 --- ex-070224.orig/ex_vis.h 2005-08-06 14:41:15.000000000 +0300
3 +++ ex-070224/ex_vis.h 2015-05-02 20:41:13.938665281 +0300
4 @@ -104,7 +104,7 @@ var enum {
5 */
6 var short TUBELINES;
7 var short TUBECOLS;
8 -var short TUBESIZE;
9 +var int TUBESIZE;
12 * The screen in visual and crtopen is of varying size; the basic