Revision: 76230
http://sourceforge.net/p/brlcad/code/76230
Author: brlcad
Date: 2020-06-27 05:49:52 +0000 (Sat, 27 Jun 2020)
Log Message:
-----------
put_comb doesn't use a temp file
Modified Paths:
--------------
brlcad/trunk/src/libged/put_comb.c
Modified: brlcad/trunk/src/libged/put_comb.c
===================================================================
--- brlcad/trunk/src/libged/put_comb.c 2020-06-27 04:24:22 UTC (rev 76229)
+++ brlcad/trunk/src/libged/put_comb.c 2020-06-27 05:49:52 UTC (rev 76230)
@@ -597,7 +597,6 @@
restore_comb(gedp, dp, saved_name);
bu_vls_printf(gedp->ged_result_str, "%s: \toriginal restored\n",
argv[0]);
}
- bu_file_delete(_ged_tmpfil);
return GED_ERROR;
} else if (save_comb_flag) {
/* eliminate the temporary combination */
@@ -609,7 +608,6 @@
(void)ged_kill(gedp, 2, (const char **)av);
}
- bu_file_delete(_ged_tmpfil);
return GED_OK;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits