add stellarium emulation

This commit is contained in:
eddyem
2018-09-11 21:34:31 +03:00
parent b73587a5e4
commit bb5b4c4222
22 changed files with 2366 additions and 53 deletions

View File

@@ -49,7 +49,7 @@ myoption cmdlnopts[] = {
*/
glob_pars *parce_args(int argc, char **argv){
int i;
memset(&G, sizeof(glob_pars), 0); // clear all
memset(&G, 0, sizeof(glob_pars)); // clear all
// format of help: "Usage: progname [args]\n"
change_helpstring("Usage: %s [args]\n\n\tWhere args are:\n");
// parse arguments