Browse Source

initial status is NULL, not empty string

tags/v1.4.0
Nils 4 years ago
parent
commit
171fb98c01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nsmd.cpp

+ 1
- 1
src/nsmd.cpp View File

@@ -253,7 +253,7 @@ public:
pre_existing = false;
launch_error = 0;
dirty = NULL;
status = "";
status = NULL;
name_with_id = 0;

}


Loading…
Cancel
Save