ossp-pkg/rc/rc_script.c 1.17 -> 1.18
--- rc_script.c 2003/05/16 18:43:31 1.17
+++ rc_script.c 2003/05/20 15:06:42 1.18
@@ -183,7 +183,7 @@
/* Handle the section body */
piStart = piBlocend + *(pnVec + 6);
piEnd = piBlocend + *(pnVec + 7);
- pSec = sectionNew();
+ pSec = sectionNew(kszSecname);
sectionSetndata(pSec, piStart, piEnd - piStart);
/* FIXME: Implement --ParseSectionParam for extra gravy */
|
|