From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 29afd40851ae28a332a59f39be40bec5bbd6010f Date: Thu, 26 Feb 2015 13:54:47 +0100 Message-ID: <20150226125448.131F321EF6@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3761668272353260241==" List-Id: --===============3761668272353260241== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 29afd40851ae28a332a59f39be40bec5bbd6010f (commit) from 8ae272aac36b13f91f68c3e8c26dc12e65565cbb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 29afd40851ae28a332a59f39be40bec5bbd6010f Author: Michael Tremer Date: Thu Feb 26 13:54:07 2015 +0100 installer: Cut off disk description if it gets too long ----------------------------------------------------------------------- Summary of changes: src/installer/hw.c | 3 +++ 1 file changed, 3 insertions(+) Difference in files: diff --git a/src/installer/hw.c b/src/installer/hw.c index ce97775..92d0ae5 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -322,6 +322,9 @@ struct hw_disk** hw_find_disks(struct hw* hw, const char*= sourcedrive) { "%s - %s", size_str, p); } =20 + // Cut off the description string after 40 characters + disk->description[41] =3D '\0'; + *disks++ =3D disk; =20 if (--i =3D=3D 0) hooks/post-receive -- IPFire 2.x development tree --===============3761668272353260241==--