- Initial commit of a UB calculation setup for four circle
diffractometers
This commit is contained in:
3
exeman.c
3
exeman.c
@@ -721,8 +721,9 @@ int ExeManagerWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
self = (pExeMan)pData;
|
||||
assert(self != NULL);
|
||||
|
||||
strncpy(pBufferName,argv[1],255);
|
||||
|
||||
if(argc > 1){
|
||||
strncpy(pBufferName,argv[1],255);
|
||||
strtolower(argv[1]);
|
||||
status = handleBatchPath(self,pCon,argc,argv);
|
||||
if(status >= 0){
|
||||
|
||||
Reference in New Issue
Block a user