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=unified&whitespace=ignore-eol 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>
THIRD_PARTY_WARNINGS_ENABLE
#else
#include <xpdf/Object.h>
#include <xpdf/GlobalParams.h>
#include <xpdf/SplashOutputDev.h>
#include <xpdf/PDFDoc.h>
#include <poppler/Object.h>
#include <poppler/GlobalParams.h>
#include <poppler/SplashOutputDev.h>
#include <poppler/PDFDoc.h>
#endif
class PDFDoc;

Loading…
Cancel
Save