~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-Extend-txt_convoi_count.patch

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Markus Pristovsek <prissi@physik.tu-berlin.de>
2
 
Date: Fri, 22 Apr 2011 21:35:49 +0000
3
 
Subject: [PATCH] Extend txt_convoi_count
4
 
Bug-Ubuntu: https://bugs.launchpad.net/bugs/760999
5
 
 
6
 
  [ Changes to bauer/wegbauer.cc from original patch dropped. -- ansgar ]
7
 
 
8
 
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@4409 8aca7d54-2c30-db11-9de9-000461428c89
9
 
--- simutrans.orig/gui/depot_frame.h
10
 
+++ simutrans/gui/depot_frame.h
11
 
@@ -142,7 +142,7 @@
12
 
        char txt_cnv_name[118];
13
 
        char txt_old_cnv_name[118];
14
 
 
15
 
-       char txt_convoi_count[40];
16
 
+       char txt_convoi_count[120];
17
 
        char txt_convoi_value[40];
18
 
        char txt_convoi_speed[80];
19
 
        char txt_convoi_line[128];