ossp-pkg/cfg/cfg_test.c 1.3 -> 1.4
--- cfg_test.c 2002/07/05 15:32:42 1.3
+++ cfg_test.c 2002/07/05 18:32:37 1.4
@@ -33,7 +33,7 @@
else {
cfg_syn_export(NULL, node, &buf_ptr);
cfg_syn_destroy(NULL, node);
- fprintf(stdout, "%s\n", buf_ptr);
+ fprintf(stdout, "%s", buf_ptr);
}
return 0;
|
|