Changeset 8218
- Timestamp:
- 03/10/10 09:07:06 (6 months ago)
- Files:
-
- 1 modified
-
trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp
r8189 r8218 742 742 743 743 // Don't bother telling the user that he aborted - he already knows! 744 if (st rcmp(state, "57014"))744 if (state != NULL && strcmp(state, "57014")) 745 745 wxLogError( wxT( "%s\n" ), wxString(PQerrorMessage(m_conn->getConnection()), wxConvUTF8).c_str()); 746 746 else
