Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159270 Details for
Bug 248264
Memory violation
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch to fix this bug
grisbi-0.5.9-check.g_free (text/x-diff), 1.37 KB, created by
Alain Portal
on 2007-07-14 18:16:55 UTC
(
hide
)
Description:
patch to fix this bug
Filename:
MIME Type:
Creator:
Alain Portal
Created:
2007-07-14 18:16:55 UTC
Size:
1.37 KB
patch
obsolete
>--- grisbi-0.5.9/src/check.c 2005-12-19 16:24:29.000000000 +0100 >+++ grisbi-0.5.9-fedora/src/check.c 2007-07-14 20:00:32.000000000 +0200 >@@ -6,7 +6,7 @@ > /* */ > /* check.c */ > /* */ >-/* Copyright (C) 2004-2005 Alain Portal (aportal@univ-montp2.fr) */ >+/* Copyright (C) 2004-2007 Alain Portal (aportal@univ-montp2.fr) */ > /* http://www.grisbi.org */ > /* */ > /* This program is free software; you can redistribute it and/or modify */ >@@ -175,7 +175,7 @@ > } > else > { >- pHint = _("An account has inconsistencies."); >+ pHint = g_strdup_printf (_("An account has inconsistencies.")); > } > > dialogue_warning_hint ( pText, pHint ); >@@ -530,7 +530,7 @@ > } > else > { >- pHint = _("An account has inconsistencies."); >+ pHint = g_strdup_printf (_("An account has inconsistencies.")); > } > > dialogue_warning_hint ( pText, pHint ); >@@ -668,7 +668,7 @@ > } > else > { >- pHint = _("An account has inconsistencies."); >+ pHint = g_strdup_printf ( _("An account has inconsistencies.")); > } > > dialogue_warning_hint ( pText, pHint );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248264
: 159270