Origin: $NetBSD: patch-src_libdisplay_DisplayOutput.cpp,v 1.1 2019/11/16 17:36:28 ng0 Exp $ Modified by: R Veera Kumar 2020-03-28; change to patch -p1 diff -uNr xplanet-1.3.1/src/libdisplay/DisplayOutput.cpp xplanet-1.3.1.new/src/libdisplay/DisplayOutput.cpp --- xplanet-1.3.1/src/libdisplay/DisplayOutput.cpp 2013-02-17 01:07:47.000000000 +0530 +++ xplanet-1.3.1.new/src/libdisplay/DisplayOutput.cpp 2020-03-28 22:08:44.432499170 +0530 @@ -51,7 +51,7 @@ string outputFilename = options->OutputBase(); int startIndex = options->OutputStartIndex(); int stopIndex = options->NumTimes() + startIndex - 1; - if (stopIndex > 1) + if (stopIndex > 0) { const int digits = (int) (log10((double) stopIndex) + 1); char buffer[64]; s'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
AgeCommit message (Expand)Author
2024-08-26gnu: asymptote: Update to 2.91....Nicolas Goaziou
2024-06-29gnu: asymptote: Update to 2.90....Nicolas Goaziou
2024-04-13gnu: plplot: Extend description....Sharlatan Hellseher
2024-04-13gnu: Add plplot....Antero Mejr
2024-04-13gnu: plotutils: Fix indentation....Sharlatan Hellseher
2024-04-13gnu: ploticus: Refresh package style....Sharlatan Hellseher
2024-04-13gnu: packages: plotutils: Add end-file note....Sharlatan Hellseher
2024-04-13gnu: ploticus: Sort alphabetically....Sharlatan Hellseher
2024-04-13gnu: guile2.2-charting: Sort alphabetically....Sharlatan Hellseher
2024-04-13gnu: guile-plotutils: Sort alphabetically....Sharlatan Hellseher
2024-04-13gnu: guile-charting: Sort alphabetically....Sharlatan Hellseher
2024-04-13gnu: asymptote: Sort alphabetically....Sharlatan Hellseher
2024-04-13gnu: packages: plotutils: Sort use-module alphabetically....Sharlatan Hellseher
2024-04-06gnu: asymptote: Update to 2.89....Nicolas Goaziou