1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: move changes in source files to patches
Author: Thorsten Alteholz <debian@alteholz.de>
Last-Update: 03 Mar 2012
Forwarded: patch is from upstream
Index: astronomical-almanach/jup404.c
===================================================================
--- astronomical-almanach.orig/jup404.c 2012-03-02 12:31:06.000000000 +0100
+++ astronomical-almanach/jup404.c 2012-03-02 12:31:35.000000000 +0100
@@ -1058,7 +1058,7 @@
};
-static char FAR args[] = {
+static char SIGNED FAR args[] = {
0, 6,
3, 2, 5, -6, 6, 3, 7, 0,
2, 2, 5, -5, 6, 6,
|