closer
This commit is contained in:
parent
255f08f81f
commit
2269ac2c27
|
@ -194,7 +194,10 @@ func getInceptionMsg(fmtmsg *FormatMsg) {
|
|||
newmsg.MaxVarname = fmtmsg.MaxVarname
|
||||
newmsg.MaxVartype = fmtmsg.MaxVartype
|
||||
newmsg.Header = line
|
||||
getInceptionEnum(newmsg)
|
||||
fmtmsg.Enums = append(fmtmsg.Enums, newmsg)
|
||||
// log.Info("got here:", line)
|
||||
// os.Exit(-1)
|
||||
continue
|
||||
}
|
||||
if strings.HasPrefix(line, "message ") {
|
||||
|
@ -203,6 +206,7 @@ func getInceptionMsg(fmtmsg *FormatMsg) {
|
|||
newmsg.MaxVarname = fmtmsg.MaxVarname
|
||||
newmsg.MaxVartype = fmtmsg.MaxVartype
|
||||
newmsg.Header = line
|
||||
getInceptionMsg(newmsg)
|
||||
fmtmsg.InceptionMsgs = append(fmtmsg.InceptionMsgs, newmsg)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue