mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Removing reference to version
This commit is contained in:
parent
74cb7ff362
commit
d163f75a58
@ -117,7 +117,7 @@ FileSignalSource::FileSignalSource(ConfigurationInterface* configuration,
|
|||||||
std::string text_;
|
std::string text_;
|
||||||
if (filename_.compare(default_filename) == 0)
|
if (filename_.compare(default_filename) == 0)
|
||||||
{
|
{
|
||||||
default_conf_file = hmpath + "/.gnss-sdr/" + GNSS_SDR_VERSION + "/conf/gnss-sdr.conf";
|
default_conf_file = hmpath + "/.gnss-sdr/conf/gnss-sdr.conf";
|
||||||
text_ = "Please modify the configuration example at " + default_conf_file;
|
text_ = "Please modify the configuration example at " + default_conf_file;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user