From af579b5183b7ba2c7aced0852702cd1f61b5576c Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 19 Apr 2004 04:22:28 +0000 Subject: [PATCH] =?utf8?q?=20*=20Arreglo=20el=20tilde=20de=20Ubicaci=C3=B3?= =?utf8?q?n=20en=20UTF8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- emufs_gui/articulos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emufs_gui/articulos.c b/emufs_gui/articulos.c index 546fd7e..25fee3f 100644 --- a/emufs_gui/articulos.c +++ b/emufs_gui/articulos.c @@ -121,7 +121,7 @@ t_LstArticulos *art_cargar(const char *filename, int tipo, int tam_bloque) art.presentacion[30] = '\0'; /* Me aseguro de que este */ strncpy(art.existencia, prop = xml_get_prop(node, "Existencia"), 8); xmlFree(prop); art.existencia[8] = '\0'; /* Me aseguro de que este */ - strncpy(art.ubicacion, prop = xml_get_prop(node, "Ubicacion"), 30); xmlFree(prop); + strncpy(art.ubicacion, prop = xml_get_prop(node, "Ubicación"), 30); xmlFree(prop); strncpy(art.pvu, prop = xml_get_prop(node, "PVU"), 8); xmlFree(prop); art.pvu[8] = '\0'; /* Me aseguro de que este */ strncpy(art.emin, prop = xml_get_prop(node, "Emín"), 8); xmlFree(prop); -- 2.43.0