diff options
Diffstat (limited to 'lang/qt/src/dn.cpp')
| -rw-r--r-- | lang/qt/src/dn.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/dn.cpp b/lang/qt/src/dn.cpp index d122333d..e41d481c 100644 --- a/lang/qt/src/dn.cpp +++ b/lang/qt/src/dn.cpp @@ -256,7 +256,7 @@ parse_dn(const unsigned char *string)              break;    /* ready */          } -        DnPair pair = { 0, 0 }; +        DnPair pair = { nullptr, nullptr };          string = parse_dn_part(&pair, string);          if (!string) {              goto failure;  | 
