i have this:

;/MAP
raw 006:*:{
window -lk +s @MAP 220 50 320 290 @MAP Verdana 11
if !$line(@MAP,0) {
.aline @MAP $theme(logo) $network MAP:
.aline @MAP $chr(160)
}
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) $2 $3 $4 $5 $6
halt
}
raw 007:*:{
.aline @MAP $chr(160)
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) End of /MAP
halt
}


but when map is showed i get this:

0 -s (17:20) maptree

why is this "0 -s" showing and how to fix it ?