version 1.33, 2025/04/10 01:24:38
|
version 1.34, 2025/04/10 15:31:25
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.34 2025/04/10 15:31:25 snw |
|
* Attempt to fix DosCopy calls for OS/2 |
|
* |
* Revision 1.33 2025/04/10 01:24:38 snw |
* Revision 1.33 2025/04/10 01:24:38 snw |
* Remove C++ style comments |
* Remove C++ style comments |
* |
* |
Line 1475 void fm_reconfigure(void)
|
Line 1478 void fm_reconfigure(void)
|
#if !defined(__OS2__) |
#if !defined(__OS2__) |
retval = cp (config_backup, config_file); |
retval = cp (config_backup, config_file); |
#else |
#else |
retval = DosCopy (config_file, config_backup); |
retval = DosCopy (config_file, config_backup, 1); |
#endif |
#endif |
|
|
if (retval == 0) { |
if (retval == 0) { |