gnucash stable: [gnc-euro.cpp] fix typo for bulgarian lev rate

Christopher Lam clam at code.gnucash.org
Mon Dec 8 17:20:11 EST 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/c8023434 (commit)
	from  https://github.com/Gnucash/gnucash/commit/349c208a (commit)



commit c80234341c1cd7fbf893791bc9a09ff9f4d9bfcc
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Dec 9 06:18:53 2025 +0800

    [gnc-euro.cpp] fix typo for bulgarian lev rate

diff --git a/libgnucash/engine/gnc-euro.cpp b/libgnucash/engine/gnc-euro.cpp
index 660331d566..e7a71e0323 100644
--- a/libgnucash/engine/gnc-euro.cpp
+++ b/libgnucash/engine/gnc-euro.cpp
@@ -31,7 +31,7 @@ static const std::map<std::string,double> gnc_euro_rates =
 {
     { "ATS",  13.7603 },  /* austrian schilling */
     { "BEF",  40.3399 },  /* belgian franc */
-    ( "BGN",  1.95583 },  /* Bulgarian lev */
+    { "BGN",  1.95583 },  /* Bulgarian lev */
     { "CYP",  .585274 },  /* cyprus pound */
     { "DEM",  1.95583 },  /* german mark */
     { "EEK",  15.6466 },  /* Estonian Kroon */



Summary of changes:
 libgnucash/engine/gnc-euro.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list