minor copyright fix
This commit is contained in:
parent
560f516d1f
commit
dcefefe6c3
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
Copyright (c) 2006-2019 Chung, Hyung-Hwan. All rights reserved.
|
Copyright (c) 2014-2019 Chung, Hyung-Hwan. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2095,6 +2095,7 @@ moo_ooi_t moo_logufmtv (moo_t* moo, moo_bitmask_t mask, const moo_uch_t* fmt, va
|
|||||||
vmprim_log_write (moo, moo->log.last_mask, moo->log.ptr, moo->log.len);
|
vmprim_log_write (moo, moo->log.last_mask, moo->log.ptr, moo->log.len);
|
||||||
moo->log.len = 0;
|
moo->log.len = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (x <= -1)? -1: fo.count;
|
return (x <= -1)? -1: fo.count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
Copyright (c) 2006-2019 Chung, Hyung-Hwan. All rights reserved.
|
Copyright (c) 2014-2019 Chung, Hyung-Hwan. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user