~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/strftfld.awk

  • Committer: Andrew J. Schorr
  • Date: 2017-01-26 20:37:12 UTC
  • mto: (731.9.2)
  • mto: This revision was merged to the branch mainline in revision 788.
  • Revision ID: git-v1:820db14f26ad8d203f6c3de6b51ff7bc2ec3476f
Fix bug in strftime when format argument is an unterminated field string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        print split(strftime($1), f)
 
3
}