diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-16 08:47:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-16 08:47:01 +0000 |
commit | 32628b40883f5767119466473ec5b8b3ac90ac07 (patch) | |
tree | f9b444e6e5ffa48953317da58b9599ee8229b79d /science/netcdf/files/patch-ncvalues.cpp | |
parent | fix build on -current (diff) |
fix patch path
Diffstat (limited to 'science/netcdf/files/patch-ncvalues.cpp')
-rw-r--r-- | science/netcdf/files/patch-ncvalues.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/netcdf/files/patch-ncvalues.cpp b/science/netcdf/files/patch-ncvalues.cpp index db23497f18b8..237cfc71b9fb 100644 --- a/science/netcdf/files/patch-ncvalues.cpp +++ b/science/netcdf/files/patch-ncvalues.cpp @@ -1,5 +1,5 @@ ---- src/cxx/ncvalues.cpp.orig Mon Sep 16 16:28:57 2002 -+++ src/cxx/ncvalues.cpp Mon Sep 16 16:29:42 2002 +--- cxx/ncvalues.cpp.orig Mon Sep 16 16:28:57 2002 ++++ cxx/ncvalues.cpp Mon Sep 16 16:29:42 2002 @@ -310,7 +310,7 @@ os << the_values[i] << ", "; if (the_number > 0) |