• R/O
  • SSH

wp2latex: Commit

WP2LaTeX sources.


Commit MetaInfo

Revision77a043a35bccfa8b56d96780861ba6d3fe6e6bbc (tree)
Zeit2022-04-30 17:23:38
AutorFojtik
CommiterFojtik

Log Message

Wrong pointer size optimisation is severe problem and program must be aborted without asking user.

Ändern Zusammenfassung

Diff

diff -r 11a908d571b3 -r 77a043a35bcc trunk/sources.cc/wp2latex.cc
--- a/trunk/sources.cc/wp2latex.cc Sat Apr 30 10:22:11 2022 +0200
+++ b/trunk/sources.cc/wp2latex.cc Sat Apr 30 10:23:38 2022 +0200
@@ -627,6 +627,7 @@
627627 {
628628 Heading();
629629 fprintf(err,_("\nFatal: Compillation has been optimised for pointer size %ubits, pointer size is %ubits!"), POINTER_SIZE, (unsigned)sizeof(void*)*8);
630+ Interactive = false; // This problem is really unpleasant, abort app.
630631 AskUser();
631632 }
632633 #endif
Show on old repository browser