]> git.pld-linux.org Git - packages/celestia.git/blame - celestia-null.patch
- up to 1.6.4
[packages/celestia.git] / celestia-null.patch
CommitLineData
e11c2ee1
JK
1diff -dur -x '*~' celestia-1.6.1.orig/src/celengine/frametree.h celestia-1.6.1/src/celengine/frametree.h
2--- celestia-1.6.1.orig/src/celengine/frametree.h 2011-06-05 18:11:09.000000000 +0200
3+++ celestia-1.6.1/src/celengine/frametree.h 2015-07-10 19:35:49.882049018 +0200
4@@ -49,7 +49,7 @@
5
6 bool isRoot() const
7 {
8- return bodyParent == NULL;
9+ return bodyParent == 0;
10 }
11
12 bool updateRequired() const
This page took 0.072281 seconds and 4 git commands to generate.