Small fix to pvget

This commit is contained in:
dhickin
2015-04-17 20:47:21 +01:00
parent 7441f53eeb
commit 01efae1597
+1 -1
View File
@@ -534,7 +534,7 @@ int main (int argc, char *argv[])
std::string providerName(defaultProvider);
std::string pvName(pvs[n]);
std::string address(noAddress);
boolean usingDefaultProvider = true;
bool usingDefaultProvider = true;
if (validURI)
{
if (uri.path.length() <= 1)