mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:40:08 +08:00
e3c42b4418
* fixed 22434 * Clean baseline * update version * version * add supports field since the upstream doesn't support uwp * improve code * version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
13 lines
367 B
Diff
13 lines
367 B
Diff
--- a/nanosvg.h
|
|
+++ b/nanosvg.h
|
|
@@ -2778,7 +2778,7 @@ static void nsvg__content(void* ud, const char* s)
|
|
if (p->styleFlag) {
|
|
|
|
int state = 0;
|
|
- const char* start;
|
|
+ const char* start = 0;
|
|
while (*s) {
|
|
char c = *s;
|
|
if (nsvg__isspace(c) || c == '{') {
|
|
|