X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fbuilder%2Fexamples.cpp;h=7ba6fef65fed090b62261d95527fdba63ab6f6e5;hb=5a56ed534cbc24150d68f03ea7fba7cfcc653835;hp=cf0f1404880e52f82cda28504a14a533487acb8e;hpb=e6806c116e1307bef6644e40b387d69b80100391;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/builder/examples.cpp b/examples/builder/examples.cpp index cf0f140..7ba6fef 100644 --- a/examples/builder/examples.cpp +++ b/examples/builder/examples.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -202,7 +202,7 @@ bool FileWatcher::FileHasChanged(void) else { const bool result = buf.st_mtime > mLastTime; - mLastTime = buf.st_mtime; + mLastTime = buf.st_mtime; return result; }