From ec0e90a738379fb2cd96c1fd62b478f8de82ed54 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 22 Nov 2007 15:39:09 +0000 Subject: [PATCH] Renamed the dumpfile to avoid confusion with the dumpfile from SDM. --- suunto_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suunto_test.c b/suunto_test.c index 8dc7124..7783931 100644 --- a/suunto_test.c +++ b/suunto_test.c @@ -160,9 +160,9 @@ int main(int argc, char *argv[]) name = argv[1]; } - int a = test_dump_sdm16 (name, "PROFILE.VPR"); + int a = test_dump_sdm16 (name, "PROFILE.SDM"); int b = test_dump_memory (name, "PROFILE.DMP"); - + printf ("\nSUMMARY\n"); printf ("-------\n"); printf ("test_dump_sdm16: %s\n", errmsg (a));