Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/600f1bccef0c86f98855af3a3f86adeb4b1a5829?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed a copy-paste typo

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 76766fbedf
commit 600f1bccef
  1. 8
      src/pdf/XPDFRenderer.h

@ -43,10 +43,10 @@
#include <xpdf/PDFDoc.h> #include <xpdf/PDFDoc.h>
THIRD_PARTY_WARNINGS_ENABLE THIRD_PARTY_WARNINGS_ENABLE
#else #else
#include <xpdf/Object.h> #include <poppler/Object.h>
#include <xpdf/GlobalParams.h> #include <poppler/GlobalParams.h>
#include <xpdf/SplashOutputDev.h> #include <poppler/SplashOutputDev.h>
#include <xpdf/PDFDoc.h> #include <poppler/PDFDoc.h>
#endif #endif
class PDFDoc; class PDFDoc;

Loading…
Cancel
Save