| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,6 +78,8 @@ int main(int argc, char* argv[]) | |||
| 78 | 78 | optdata=optdata.append("import " + list[1] + "\n"); | |
| 79 | 79 | }stream << file.error(); | |
| 80 | 80 | stream << optfl.error(); | |
| 81 | + stream << file.errorString(); | ||
| 82 | + stream << optfl.errorString(); | ||
| 81 | 83 | //stream << "//error below if found"; | |
| 82 | 84 | stream.flush(); | |
| 83 | 85 | } | |
@@ -168,7 +170,12 @@ int main(int argc, char* argv[]) | |||
| 168 | 170 | optdata = optdata.append("#include <" + list[1] + ">\n"); | |
| 169 | 171 | else if (list[0]=="strnms") | |
| 170 | 172 | optdata = optdata.append("namespace " + list[1] + " {\n"); | |
| 171 | - | ||
| 173 | + stream << file.error(); | ||
| 174 | + stream << optfl.error(); | ||
| 175 | + stream << file.errorString(); | ||
| 176 | + stream << optfl.errorString(); | ||
| 177 | + //stream << "//error below if found"; | ||
| 178 | + stream.flush(); | ||
| 172 | 179 | ||
| 173 | 180 | } | |
| 174 | 181 | } | |
@@ -314,6 +321,12 @@ int main(int argc, char* argv[]) | |||
| 314 | 321 | optdata = optdata.append("}\n"); | |
| 315 | 322 | else if (list[0]=="pkg") | |
| 316 | 323 | optdata = optdata.append("package " + list[1] + ";\n"); | |
| 324 | + stream << file.error(); | ||
| 325 | + stream << optfl.error(); | ||
| 326 | + stream << file.errorString(); | ||
| 327 | + stream << optfl.errorString(); | ||
| 328 | + //stream << "//error below if found"; | ||
| 329 | + stream.flush(); | ||
| 317 | 330 | } | |
| 318 | 331 | } | |
| 319 | 332 | optfl.write(optdata.toUtf8()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments