On Mon, Dec 09, 2002 at 03:16:40PM -0600, Esh, Andrew wrote:
> I was trying to point out that a character array should be initialized
> with an array of characters.

As in

        char password_file_pathname[] = { '/', 'e', 't', 'c', '/',
            'p', 'a', 's', 's', 'w', 'd', '\0' };

? :-)

Reply via email to