]> git.pld-linux.org Git - packages/Xlt.git/blame - Xlt-format.patch
- rebuild without libjpeg.la
[packages/Xlt.git] / Xlt-format.patch
CommitLineData
7660d975
JB
1--- Xlt-13.0.13/lib/EntrySB.c.orig 2001-08-16 11:18:04.000000000 +0200
2+++ Xlt-13.0.13/lib/EntrySB.c 2018-05-12 23:04:01.881363705 +0200
3@@ -303,7 +303,7 @@
4 if (!sscanf(((XltEntrySBWidget)self)->xltEntrySB.maxval,"%f",&((XltEntrySBWidget)self)->xltEntrySB.internal_max))
5 return;
6
7- sprintf(((XltEntrySBWidget)self)->xltEntrySB.value_buf,((XltEntrySBWidget)self)->xltEntrySB.value);
8+ strcpy(((XltEntrySBWidget)self)->xltEntrySB.value_buf,((XltEntrySBWidget)self)->xltEntrySB.value);
9 rowcol = XtVaCreateManagedWidget
10 ("box", xmRowColumnWidgetClass, self,
11 XmNorientation, XmHORIZONTAL,
This page took 0.046816 seconds and 4 git commands to generate.