Regenerate patches with git version 2.14.0.

This commit is contained in:
Carlos Maddela
2017-08-09 21:23:31 +10:00
parent a66cebafd3
commit 34afe54009
2 changed files with 5 additions and 4 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ dvdisaster (0.79.5-3) UNRELEASED; urgency=medium
* Team upload. * Team upload.
* Fix another build failure on kFreeBSD. * Fix another build failure on kFreeBSD.
* Bump Standards Version to 4.0.1. * Bump Standards Version to 4.0.1.
* Regenerate patches with git version 2.14.0.
-- Carlos Maddela <e7appew@gmail.com> Tue, 08 Aug 2017 03:13:26 +1000 -- Carlos Maddela <e7appew@gmail.com> Tue, 08 Aug 2017 03:13:26 +1000

View File

@@ -48,19 +48,19 @@ index db2031e..22eab5a 100644
GMutex progressLock; /* A mutex protected the stuff below */ GMutex progressLock; /* A mutex protected the stuff below */
char bs[256]; /* A string of 255 backspace characters */ char bs[256]; /* A string of 255 backspace characters */
@@ -1299,6 +1300,12 @@ int ProbeAltiVec(void); @@ -1298,6 +1299,12 @@ int ProbeAltiVec(void);
void ShowPDF(char*); void ShowPDF(char*);
/*** +/***
+ *** show-html.c + *** show-html.c
+ ***/ + ***/
+ +
+void ShowHTML(char*); +void ShowHTML(char*);
+ +
+/*** /***
*** smart-lec.c *** smart-lec.c
***/ ***/
diff --git a/help-dialogs.c b/help-dialogs.c diff --git a/help-dialogs.c b/help-dialogs.c
index 5065e76..3874463 100644 index 5065e76..3874463 100644
--- a/help-dialogs.c --- a/help-dialogs.c