Forums

cannot post w/ specific wording (1 post)

  1. seonghuhn
    Member
    Posted 4 years ago #

    I am trying to write a post. When the post contains this line:

    char * ch = strchr(tmp, str1[ii]);

    WordPress always fails to post it. I always get a 503 Service Temporarily Unavailable error.

    However when I change the above line to:

    char * ch = strchr (tmp, str1[ii]);

    It posts fine.

    The actual post can be found at:

    http://betweengo.com/java/2008/03/12/data-structures-interview-questions/

    Any idea what's going on?

Topic Closed

This topic has been closed to new replies.

About this Topic