CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/10 20:09:01
Modified files:
. : ChangeLog
ttftool : util.c
Log message:
(surely_read): return nbytes
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3762&tr2=1.3763&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ttftool/util.c.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3762 lilypond/ChangeLog:1.3763
--- lilypond/ChangeLog:1.3762 Fri Jun 10 14:15:31 2005
+++ lilypond/ChangeLog Fri Jun 10 20:08:56 2005
@@ -1,7 +1,11 @@
2005-06-10 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * ttftool/util.c (surely_read): return nbytes
+
* stepmake/bin/text2html.py (txt2html): add utf-8 marker.
+ * VERSION (PACKAGE_NAME): release 2.5.30
+
* flower/string-convert.cc (precision_string): >? fix.
* scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
Index: lilypond/ttftool/util.c
diff -u lilypond/ttftool/util.c:1.10 lilypond/ttftool/util.c:1.11
--- lilypond/ttftool/util.c:1.10 Thu Jun 9 17:16:46 2005
+++ lilypond/ttftool/util.c Fri Jun 10 20:09:01 2005
@@ -88,10 +88,12 @@
if (n < 0 || nbyte > 0)
{
- syserror ("error during read()");
+ char s[100];
+ sprintf (s, "error during read(), n = %d, nbyte = %d", n, nbyte);
+ syserror (s);
}
- return n;
+ return nbyte;
}
char *
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs