mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
WebParser: More cosmetics
This commit is contained in:
parent
19c6c58271
commit
c3987115ee
@ -815,7 +815,6 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
|
|||||||
measure->downloadFile.clear();
|
measure->downloadFile.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
measure->debug = RmReadInt(rm, L"Debug", 0);
|
measure->debug = RmReadInt(rm, L"Debug", 0);
|
||||||
if (measure->debug == 2)
|
if (measure->debug == 2)
|
||||||
{
|
{
|
||||||
@ -1006,7 +1005,6 @@ void ParseData(MeasureData* measure, LPCSTR parseData, DWORD dwSize)
|
|||||||
ovector, // output vector for substring information
|
ovector, // output vector for substring information
|
||||||
OVECCOUNT); // number of elements in the output vector
|
OVECCOUNT); // number of elements in the output vector
|
||||||
|
|
||||||
|
|
||||||
if (rc >= 0)
|
if (rc >= 0)
|
||||||
{
|
{
|
||||||
if (rc == 0)
|
if (rc == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user