comparison libfdcore/hooks.c @ 1307:7a2ab0087788

Remerged proposed branch
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 18 Sep 2016 20:36:51 +0800
parents 84a3c9c4b834 0d15dad33f0b
children 175f2eb883a0
comparison
equal deleted inserted replaced
1305:84a3c9c4b834 1307:7a2ab0087788
362 } 362 }
363 363
364 case HOOK_MESSAGE_PARSING_ERROR: { 364 case HOOK_MESSAGE_PARSING_ERROR: {
365 if (msg) { 365 if (msg) {
366 DiamId_t id = NULL; 366 DiamId_t id = NULL;
367 if (!fd_msg_source_get( msg, &id, NULL )) 367 if (fd_msg_source_get( msg, &id, NULL ))
368 id = (DiamId_t)"<error getting source>"; 368 id = (DiamId_t)"<error getting source>";
369 369
370 if (!id) 370 if (!id)
371 id = (DiamId_t)"<local>"; 371 id = (DiamId_t)"<local>";
372 372
"Welcome to our mercurial repository"