diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/services.cpp')
| -rw-r--r-- | protocols/Gadu-Gadu/src/services.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/Gadu-Gadu/src/services.cpp b/protocols/Gadu-Gadu/src/services.cpp index 09b79b9b44..d0f442d872 100644 --- a/protocols/Gadu-Gadu/src/services.cpp +++ b/protocols/Gadu-Gadu/src/services.cpp @@ -42,7 +42,7 @@ char *gg_status2db(int status, const char *suffix)  		case ID_STATUS_OUTTOLUNCH:	prefix = "Otl"; break;
  		default: return NULL;
  	}
 -	mir_strncpy(str, prefix, sizeof(str));
 +	strncpy(str, prefix, sizeof(str));
  	mir_strncat(str, suffix, sizeof(str) - mir_strlen(str));
  	return str;
  }
 | 
