Mercurial > hg > fxanalyse
comparison FXAnalyse.c @ 248:eaac96094640
Minor style improvements
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 04 May 2015 17:46:52 +0200 |
parents | d6a37eca6d92 |
children | 10bf2bcdbbd4 |
comparison
equal
deleted
inserted
replaced
247:2fc4ac8017af | 248:eaac96094640 |
---|---|
677 datafiles[0].nchan = nchan; | 677 datafiles[0].nchan = nchan; |
678 | 678 |
679 // data folder | 679 // data folder |
680 rv = Ini_GetStringCopy(configuration, "data", "folder", &datafolder); | 680 rv = Ini_GetStringCopy(configuration, "data", "folder", &datafolder); |
681 if (rv > 0) { | 681 if (rv > 0) { |
682 logmessage(INFO, "writing data files in %s", datafolder); | 682 logmessage(INFO, "writing data files in '%s'", datafolder); |
683 } else { | 683 } else { |
684 logmessage(ERROR, "data folder not configured in %s", path); | 684 logmessage(ERROR, "data folder not configured in %s", path); |
685 // do not allow to start the acquisition | 685 // do not allow to start the acquisition |
686 SetCtrlAttribute(MainPanel, PANEL_STARTBUTTON, ATTR_DIMMED, TRUE); | 686 SetCtrlAttribute(MainPanel, PANEL_STARTBUTTON, ATTR_DIMMED, TRUE); |
687 } | 687 } |