From dffe34e8fac724bad667fc6fff6fc8fb3d7e29fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Mon, 10 May 2010 04:18:25 +0200 Subject: [PATCH] Deleting Patch/xgraph-fix_plus_more.patch, have put it on its own branch 5ad90cf8-5bda-11df-a417-90e6ba3022ac --- Patch/xgraph-fix_plus_more.patch | 101 --------------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 Patch/xgraph-fix_plus_more.patch diff --git a/Patch/xgraph-fix_plus_more.patch b/Patch/xgraph-fix_plus_more.patch deleted file mode 100644 index 71db8fa..0000000 --- a/Patch/xgraph-fix_plus_more.patch +++ /dev/null @@ -1,101 +0,0 @@ -Index: tests/run-tests.pl -=================================================================== ---- tests/run-tests.pl (revision 1817) -+++ tests/run-tests.pl (working copy) -@@ -56,6 +56,29 @@ - $Opt{'help'} && usage(0); - $Opt{'version'} && print_version(); - -+testcmd("../gpst -o xgraph multitrack.gpx", # {{{ -+ <%s\n", - sec_to_readable($ep_time-$last_time)); - } elsif ($Opt{'output-format'} eq "csv") { -- $Line .= sprintf("# Pause: %s\n# move\n", -+ $Line .= sprintf("# Pause: %s\n", - sec_to_readable($ep_time-$last_time)); - } - } -@@ -896,8 +890,10 @@ - $1); - } - } elsif ($Opt{'output-format'} eq "xgraph") { -- $pause_len && ($Line .= "move "); -- ($Line .= "$Dat{'lon'} $Dat{'lat'}\n"); -+ if ($print_pos) { -+ $pause_len && ($Line .= "move "); -+ ($Line .= "$Dat{'lon'} $Dat{'lat'}\n"); -+ } - } elsif($Opt{'output-format'} eq "gpstrans") { - my ($gpt_lat, $gpt_lon) = - (ddd_to_dms($Dat{'lat'}), ddd_to_dms($Dat{'lon'})); -@@ -976,8 +972,8 @@ - if ($Opt{'output-format'} eq "gpsml") { - $Line = "\n$Line"; - } -- (!$pause_len && ($Opt{'output-format'} eq "xgraph")) -- && ($Line .= "move $Line"); -+ # (!$pause_len && ($Opt{'output-format'} eq "xgraph")) -+ # && ($Line .= "move $Line"); - ($Opt{'output-format'} eq "clean") && ($Line .= "\n"); - if ($Opt{'output-format'} eq "gpx") { - $Line .= "$Spc$Spc$Spc$Spc\n" . -- 2.11.4.GIT