File: plplotP-correct-padding.patch

package info (click to toggle)
emboss 6.6.0%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 571,584 kB
  • sloc: ansic: 460,579; java: 29,383; perl: 13,573; sh: 12,753; makefile: 3,294; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (17 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Correct the padding to make it consistent 
Author: Gert Wollny <gw.fossdev@gmail.com>
Bug-Debian: http://bugs.debian.org/748395
Forwarded: no
Last-Update: 2014-05-19

--- emboss-6.6.0.orig/plplot/plplotP.h
+++ emboss-6.6.0/plplot/plplotP.h
@@ -378,7 +378,7 @@ typedef struct {
 	unsigned int Hershey;
 	PLUNICODE Unicode;
 	char Font;
-	char padding[3];		/* pad to align */
+	char padding[7];		/* pad to align */
 } Hershey_to_Unicode_table;
 
 extern int number_of_entries_in_hershey_to_unicode_table;