From ecded262bf97c7244ff869b829102a85002ad2c3 Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Sat, 28 Jul 2007 05:37:31 +0000
Subject: [PATCH] *** empty log message ***

---
 meldata.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meldata.cc b/meldata.cc
index ef4421f..4cbb2ba 100644
--- a/meldata.cc
+++ b/meldata.cc
@@ -645,8 +645,8 @@ namespace Melodic{
 				// Setup external call to BET:
 
 				char callBETstr[1000];
-				ostrstream osc(callBETstr,1000);
-				osc  << BET_path << " " << Mean_fname << " " 
+				ostrstream betosc(callBETstr,1000);
+				betosc  << BET_path << " " << Mean_fname << " " 
 	     		<< BET_outputfname << " " << BET_optarg << " > /dev/null " << '\0';
 	
         message("  Calling BET: " << callBETstr << endl);
-- 
GitLab