Skip to content
Snippets Groups Projects
Commit 6521389b authored by Alain BUTEAU's avatar Alain BUTEAU
Browse files

- compil linux

parent 101c17fa
Branches
Tags
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.5 2007-06-25 09:42:01 buteau Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_channel/src/SY900S_Channel.cpp,v 1.6 2007-06-25 10:08:56 buteau Exp $";
//+=============================================================================
//
// file : SY900S_Channel.cpp
......@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// $Author: buteau $
//
// $Revision: 1.5 $
// $Revision: 1.6 $
//
// $Log: not supported by cvs2svn $
// Revision 1.5 2007/06/25 09:42:01 buteau
// - Casse de l'include XString pour compil linux
//
// Revision 1.4 2007/05/22 14:37:46 sebleport
// some command and attribute names have changed
//
......@@ -589,7 +592,7 @@ void SY900S_Channel::write_targetVoltage(Tango::WAttribute &attr)
int length = channel.length();
if(length == 1)
channel = channel.insert(0,'0');
channel = channel.insert(0,"0");
// group : long to string
group = XString<long>::convertToString(group_num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment