blob 2f6c5c77de8def5c1364c65108913538c19ffad6 614 bytes (raw)
name: gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
| | 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];
|
debug log:
solving 2f6c5c77de ...
found 2f6c5c77de in https://yhetil.org/guix/20200330081929.GA7259@tulip/
applying [1/1] https://yhetil.org/guix/20200330081929.GA7259@tulip/
diff --git a/gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch b/gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch
new file mode 100644
index 0000000000..2f6c5c77de
Checking patch gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch...
Applied patch gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch cleanly.
index at:
100644 2f6c5c77de8def5c1364c65108913538c19ffad6 gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.