svn commit: r547402 - head/editors/texstudio/files

Alexandre C. Guimarães rigoletto at FreeBSD.org
Thu Sep 3 02:46:50 UTC 2020


Author: rigoletto
Date: Thu Sep  3 02:46:49 2020
New Revision: 547402
URL: https://svnweb.freebsd.org/changeset/ports/547402

Log:
  editors/texstudio: Fix build on -CURRENT.
  
  PR:		249030
  Submitted by:	rhurlin

Added:
  head/editors/texstudio/files/patch-src_texstudio.cpp   (contents, props changed)

Added: head/editors/texstudio/files/patch-src_texstudio.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/texstudio/files/patch-src_texstudio.cpp	Thu Sep  3 02:46:49 2020	(r547402)
@@ -0,0 +1,11 @@
+--- src/texstudio.cpp.orig	2020-09-03 02:38:42 UTC
++++ src/texstudio.cpp
+@@ -3600,7 +3600,7 @@ void Texstudio::editEraseWordCmdEnv()
+ 
+ 	switch (tk.type) {
+     case Token::commandUnknown:
+-        [[gnu::fallthrough]]
++        [[gnu::fallthrough]];
+ 	case Token::command:
+ 		command = tk.getText();
+ 		if (command == "\\begin" || command == "\\end") {


More information about the svn-ports-all mailing list